﻿2026-07-22T04:40:33.0685679Z ##[group]Run set -euo pipefail
2026-07-22T04:40:33.0686727Z [36;1mset -euo pipefail[0m
2026-07-22T04:40:33.0687767Z [36;1mPIN=0c95435[0m
2026-07-22T04:40:33.0688605Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-22T04:40:33.0689694Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-22T04:40:33.0691216Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-22T04:40:33.0693001Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-22T04:40:33.0694742Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-22T04:40:33.0696484Z [36;1m  rm -rf "$CACHE"[0m
2026-07-22T04:40:33.0697397Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-22T04:40:33.0698475Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-22T04:40:33.0699887Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-22T04:40:33.0701223Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-22T04:40:33.0702209Z [36;1mfi[0m
2026-07-22T04:40:33.0703289Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-22T04:40:33.0719234Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-22T04:40:33.0720338Z env:
2026-07-22T04:40:33.0721042Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T04:40:33.0721924Z ##[endgroup]
2026-07-22T04:40:33.3519291Z    Compiling proc-macro2 v1.0.106
2026-07-22T04:40:33.3520669Z    Compiling quote v1.0.45
2026-07-22T04:40:33.3521121Z    Compiling unicode-ident v1.0.24
2026-07-22T04:40:33.3521547Z    Compiling libc v0.2.186
2026-07-22T04:40:33.3522047Z    Compiling serde_core v1.0.228
2026-07-22T04:40:33.3522468Z    Compiling cfg-if v1.0.4
2026-07-22T04:40:33.3522869Z    Compiling serde v1.0.228
2026-07-22T04:40:33.3564661Z    Compiling log v0.4.32
2026-07-22T04:40:33.3626983Z    Compiling pin-project-lite v0.2.17
2026-07-22T04:40:33.3691897Z    Compiling typenum v1.20.1
2026-07-22T04:40:33.3742018Z    Compiling portable-atomic v1.13.1
2026-07-22T04:40:33.3861879Z    Compiling memchr v2.8.1
2026-07-22T04:40:33.3863058Z    Compiling version_check v0.9.5
2026-07-22T04:40:33.3951469Z    Compiling critical-section v1.2.0
2026-07-22T04:40:33.4010397Z    Compiling shlex v2.0.1
2026-07-22T04:40:33.4082793Z    Compiling find-msvc-tools v0.1.9
2026-07-22T04:40:33.4360948Z    Compiling bytes v1.11.1
2026-07-22T04:40:33.4465359Z    Compiling subtle v2.6.1
2026-07-22T04:40:33.5027714Z    Compiling futures-core v0.3.32
2026-07-22T04:40:33.6345959Z    Compiling equivalent v1.0.2
2026-07-22T04:40:33.6531290Z    Compiling smallvec v1.15.1
2026-07-22T04:40:33.6620859Z    Compiling itoa v1.0.18
2026-07-22T04:40:33.6660856Z    Compiling semver v1.0.28
2026-07-22T04:40:33.6880198Z    Compiling stable_deref_trait v1.2.1
2026-07-22T04:40:33.7063369Z    Compiling futures-sink v0.3.32
2026-07-22T04:40:33.7138893Z    Compiling slab v0.4.12
2026-07-22T04:40:33.7563183Z    Compiling futures-io v0.3.32
2026-07-22T04:40:33.7565626Z    Compiling futures-task v0.3.32
2026-07-22T04:40:33.8052632Z    Compiling futures-channel v0.3.32
2026-07-22T04:40:33.8174967Z    Compiling generic-array v0.14.7
2026-07-22T04:40:33.8879859Z    Compiling rand_core v0.10.1
2026-07-22T04:40:33.9263650Z    Compiling rustversion v1.0.22
2026-07-22T04:40:33.9522168Z    Compiling hashbrown v0.17.1
2026-07-22T04:40:33.9609690Z    Compiling bitflags v2.12.1
2026-07-22T04:40:33.9740287Z    Compiling rustc_version v0.4.1
2026-07-22T04:40:33.9751657Z    Compiling cpufeatures v0.2.17
2026-07-22T04:40:34.0430928Z    Compiling getrandom v0.4.2
2026-07-22T04:40:34.0574491Z    Compiling fnv v1.0.7
2026-07-22T04:40:34.0724942Z    Compiling cfg_aliases v0.2.1
2026-07-22T04:40:34.0881144Z    Compiling strsim v0.11.1
2026-07-22T04:40:34.1030559Z    Compiling writeable v0.6.3
2026-07-22T04:40:34.1280834Z    Compiling litemap v0.8.2
2026-07-22T04:40:34.1560843Z    Compiling dunce v1.0.5
2026-07-22T04:40:34.2270753Z    Compiling ident_case v1.0.1
2026-07-22T04:40:34.2370350Z    Compiling icu_properties_data v2.2.0
2026-07-22T04:40:34.3051998Z    Compiling fs_extra v1.3.0
2026-07-22T04:40:34.3136195Z    Compiling utf8_iter v1.0.4
2026-07-22T04:40:34.3244244Z    Compiling icu_normalizer_data v2.2.0
2026-07-22T04:40:34.3300795Z    Compiling percent-encoding v2.3.2
2026-07-22T04:40:34.3534119Z    Compiling autocfg v1.5.1
2026-07-22T04:40:34.4905904Z    Compiling http v1.4.1
2026-07-22T04:40:34.5718551Z    Compiling unicode-segmentation v1.13.3
2026-07-22T04:40:34.5962880Z    Compiling thiserror v2.0.18
2026-07-22T04:40:34.6181081Z    Compiling aws-lc-rs v1.17.0
2026-07-22T04:40:34.6355722Z    Compiling cpufeatures v0.3.0
2026-07-22T04:40:34.6540904Z    Compiling scopeguard v1.2.0
2026-07-22T04:40:34.7150534Z    Compiling chacha20 v0.10.0
2026-07-22T04:40:34.7250317Z    Compiling form_urlencoded v1.2.2
2026-07-22T04:40:34.7460368Z    Compiling lock_api v0.4.14
2026-07-22T04:40:34.8525619Z    Compiling syn v2.0.117
2026-07-22T04:40:34.9069207Z    Compiling indexmap v2.14.0
2026-07-22T04:40:34.9227376Z    Compiling untrusted v0.9.0
2026-07-22T04:40:34.9413127Z    Compiling rustls v0.23.40
2026-07-22T04:40:34.9483125Z    Compiling heck v0.5.0
2026-07-22T04:40:34.9707995Z    Compiling anyhow v1.0.102
2026-07-22T04:40:35.0024026Z    Compiling atomic-waker v1.1.2
2026-07-22T04:40:35.0377845Z    Compiling unicode-xid v0.2.6
2026-07-22T04:40:35.0690816Z    Compiling const-oid v0.10.2
2026-07-22T04:40:35.0861094Z    Compiling paste v1.0.15
2026-07-22T04:40:35.1140770Z    Compiling parking_lot_core v0.9.12
2026-07-22T04:40:35.1390475Z    Compiling convert_case v0.10.0
2026-07-22T04:40:35.1530678Z    Compiling httparse v1.10.1
2026-07-22T04:40:35.1641376Z    Compiling zerocopy v0.8.50
2026-07-22T04:40:35.2030950Z    Compiling num-traits v0.2.19
2026-07-22T04:40:35.2440898Z    Compiling hybrid-array v0.4.12
2026-07-22T04:40:35.3130664Z    Compiling curve25519-dalek v4.1.3
2026-07-22T04:40:35.3727166Z    Compiling jobserver v0.1.34
2026-07-22T04:40:35.4243633Z    Compiling ahash v0.8.12
2026-07-22T04:40:35.4380298Z    Compiling base64ct v1.8.3
2026-07-22T04:40:35.4420882Z    Compiling either v1.16.0
2026-07-22T04:40:35.5190661Z    Compiling powerfmt v0.2.0
2026-07-22T04:40:35.5290237Z    Compiling fastrand v2.4.1
2026-07-22T04:40:35.6510240Z    Compiling cc v1.2.63
2026-07-22T04:40:35.6820716Z    Compiling http-body v1.0.1
2026-07-22T04:40:35.7060730Z    Compiling crypto-common v0.1.7
2026-07-22T04:40:35.7327335Z    Compiling block-buffer v0.10.4
2026-07-22T04:40:35.7689274Z    Compiling pem-rfc7468 v1.0.0
2026-07-22T04:40:35.8050872Z    Compiling deranged v0.5.8
2026-07-22T04:40:35.8867475Z    Compiling digest v0.10.7
2026-07-22T04:40:35.9020890Z    Compiling pkg-config v0.3.33
2026-07-22T04:40:35.9130772Z    Compiling tower-service v0.3.3
2026-07-22T04:40:35.9163238Z    Compiling base64 v0.22.1
2026-07-22T04:40:35.9694930Z    Compiling data-encoding v2.11.0
2026-07-22T04:40:35.9920271Z    Compiling try-lock v0.2.5
2026-07-22T04:40:36.0066270Z    Compiling zmij v1.0.21
2026-07-22T04:40:36.0172490Z    Compiling num-conv v0.2.2
2026-07-22T04:40:36.0958787Z    Compiling mio v1.2.1
2026-07-22T04:40:36.1530771Z    Compiling socket2 v0.6.4
2026-07-22T04:40:36.1660489Z    Compiling getrandom v0.2.17
2026-07-22T04:40:36.2490102Z    Compiling time-core v0.1.8
2026-07-22T04:40:36.3550935Z    Compiling rand_core v0.6.4
2026-07-22T04:40:36.4122370Z    Compiling rand v0.10.1
2026-07-22T04:40:36.4310479Z    Compiling uuid v1.23.2
2026-07-22T04:40:36.4436459Z    Compiling vcpkg v0.2.15
2026-07-22T04:40:36.4850369Z    Compiling tinyvec_macros v0.1.1
2026-07-22T04:40:36.5232699Z    Compiling parking_lot v0.12.5
2026-07-22T04:40:36.5530577Z    Compiling tinyvec v1.11.0
2026-07-22T04:40:36.5560302Z    Compiling sha2 v0.10.9
2026-07-22T04:40:36.6201418Z    Compiling want v0.3.1
2026-07-22T04:40:36.7930659Z    Compiling block-buffer v0.12.0
2026-07-22T04:40:36.8553531Z    Compiling crypto-common v0.2.2
2026-07-22T04:40:36.9560569Z    Compiling cmake v0.1.58
2026-07-22T04:40:37.0400556Z    Compiling inout v0.1.4
2026-07-22T04:40:37.0510572Z    Compiling vergen-lib v9.1.0
2026-07-22T04:40:37.0853299Z    Compiling n0-future v0.3.2
2026-07-22T04:40:37.1140388Z    Compiling httpdate v1.0.3
2026-07-22T04:40:37.1360326Z    Compiling parking v2.2.1
2026-07-22T04:40:37.2140536Z    Compiling spin v0.10.0
2026-07-22T04:40:37.2267028Z    Compiling cordyceps v0.3.4
2026-07-22T04:40:37.3121232Z    Compiling diatomic-waker v0.2.3
2026-07-22T04:40:37.3122238Z    Compiling crossbeam-utils v0.8.21
2026-07-22T04:40:37.3263200Z    Compiling signature v2.2.0
2026-07-22T04:40:37.3270394Z    Compiling serde_json v1.0.150
2026-07-22T04:40:37.4035442Z    Compiling winnow v1.0.3
2026-07-22T04:40:37.4147810Z    Compiling ed25519 v2.2.3
2026-07-22T04:40:37.4539489Z    Compiling futures-lite v2.6.1
2026-07-22T04:40:37.4669992Z    Compiling cipher v0.4.4
2026-07-22T04:40:37.4744538Z    Compiling netlink-packet-core v0.8.1
2026-07-22T04:40:37.4960178Z    Compiling universal-hash v0.5.1
2026-07-22T04:40:37.4992231Z    Compiling vergen v9.1.0
2026-07-22T04:40:37.5476563Z    Compiling vergen-lib v0.1.6
2026-07-22T04:40:37.5850686Z    Compiling futures-buffered v0.2.13
2026-07-22T04:40:37.6120610Z    Compiling heapless v0.7.17
2026-07-22T04:40:37.6257803Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-22T04:40:37.6440623Z    Compiling noq-udp v0.10.0
2026-07-22T04:40:37.6630938Z    Compiling sync_wrapper v1.0.2
2026-07-22T04:40:37.6749198Z    Compiling byteorder v1.5.0
2026-07-22T04:40:37.7137475Z    Compiling digest v0.11.3
2026-07-22T04:40:37.7483345Z    Compiling opaque-debug v0.3.1
2026-07-22T04:40:37.7874513Z    Compiling allocator-api2 v0.2.21
2026-07-22T04:40:37.8326305Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-22T04:40:37.8850816Z    Compiling hash32 v0.2.1
2026-07-22T04:40:37.8960626Z    Compiling aws-lc-sys v0.41.0
2026-07-22T04:40:37.9050863Z    Compiling ring v0.17.14
2026-07-22T04:40:37.9121275Z    Compiling libsqlite3-sys v0.30.1
2026-07-22T04:40:37.9384473Z    Compiling polyval v0.6.2
2026-07-22T04:40:38.0056895Z    Compiling spin v0.9.8
2026-07-22T04:40:38.0810934Z    Compiling vergen-gitcl v1.0.8
2026-07-22T04:40:38.1050431Z    Compiling num_threads v0.1.7
2026-07-22T04:40:38.1260647Z    Compiling ryu v1.0.23
2026-07-22T04:40:38.2056837Z    Compiling tower-layer v0.3.3
2026-07-22T04:40:38.2327882Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-22T04:40:38.2560329Z    Compiling signature v3.0.0
2026-07-22T04:40:38.3164720Z    Compiling fallible-iterator v0.3.0
2026-07-22T04:40:38.3676715Z    Compiling time v0.3.47
2026-07-22T04:40:38.3811279Z    Compiling ghash v0.5.1
2026-07-22T04:40:38.3995557Z    Compiling sha2 v0.11.0-rc.5
2026-07-22T04:40:38.4077903Z    Compiling aes v0.8.4
2026-07-22T04:40:38.4380766Z    Compiling ctr v0.9.2
2026-07-22T04:40:38.5110700Z    Compiling fs2 v0.4.3
2026-07-22T04:40:38.6130302Z    Compiling aead v0.5.2
2026-07-22T04:40:38.6580510Z    Compiling http-body-util v0.1.3
2026-07-22T04:40:38.6760494Z    Compiling arrayvec v0.7.6
2026-07-22T04:40:38.7361053Z    Compiling openssl-probe v0.2.1
2026-07-22T04:40:38.7482372Z    Compiling utf8parse v0.2.2
2026-07-22T04:40:38.7610953Z    Compiling crossbeam-channel v0.5.15
2026-07-22T04:40:38.8820568Z    Compiling crossbeam-epoch v0.9.18
2026-07-22T04:40:38.9100517Z    Compiling blake3 v1.8.5
2026-07-22T04:40:38.9310614Z    Compiling netlink-packet-route v0.29.0
2026-07-22T04:40:39.0010238Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-22T04:40:39.1450602Z    Compiling aes-gcm v0.10.3
2026-07-22T04:40:39.1550534Z    Compiling memoffset v0.6.5
2026-07-22T04:40:39.2130659Z    Compiling acto v0.8.2
2026-07-22T04:40:39.2684371Z    Compiling netwatch v0.16.0
2026-07-22T04:40:39.3601422Z    Compiling noq v0.18.0
2026-07-22T04:40:39.3680892Z    Compiling sorted-index-buffer v0.2.1
2026-07-22T04:40:39.3811007Z    Compiling xml-rs v0.8.28
2026-07-22T04:40:39.4002517Z    Compiling mac-addr v0.3.0
2026-07-22T04:40:39.5110725Z    Compiling rustix v1.1.4
2026-07-22T04:40:39.5300659Z    Compiling tagptr v0.2.0
2026-07-22T04:40:39.5590907Z    Compiling ref-cast v1.0.25
2026-07-22T04:40:39.5992398Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-22T04:40:39.6113244Z    Compiling identity-hash v0.1.0
2026-07-22T04:40:39.6810510Z    Compiling foldhash v0.2.0
2026-07-22T04:40:39.7329562Z    Compiling thiserror v1.0.69
2026-07-22T04:40:39.8620516Z    Compiling rustc-hash v2.1.2
2026-07-22T04:40:39.8674773Z    Compiling lru-slab v0.1.2
2026-07-22T04:40:39.9261271Z    Compiling hashbrown v0.16.1
2026-07-22T04:40:40.0480920Z    Compiling synstructure v0.13.2
2026-07-22T04:40:40.0879398Z    Compiling darling_core v0.20.11
2026-07-22T04:40:40.0898347Z    Compiling serde_derive_internals v0.29.1
2026-07-22T04:40:40.1043873Z    Compiling netlink-packet-route v0.30.0
2026-07-22T04:40:40.6466988Z    Compiling proc-macro-crate v3.5.0
2026-07-22T04:40:40.7716211Z    Compiling xmltree v0.10.3
2026-07-22T04:40:40.7829703Z    Compiling termios v0.2.2
2026-07-22T04:40:40.8096183Z    Compiling serial-core v0.4.0
2026-07-22T04:40:40.9250484Z    Compiling ioctl-rs v0.1.6
2026-07-22T04:40:40.9450810Z    Compiling errno v0.3.14
2026-07-22T04:40:40.9960958Z    Compiling simple-dns v0.9.3
2026-07-22T04:40:41.0049537Z    Compiling aho-corasick v1.1.4
2026-07-22T04:40:41.0400620Z    Compiling smol_str v0.1.24
2026-07-22T04:40:41.0700686Z    Compiling resolv-conf v0.7.6
2026-07-22T04:40:41.1061222Z    Compiling arrayref v0.3.9
2026-07-22T04:40:41.1115449Z    Compiling winnow v0.7.15
2026-07-22T04:40:41.1423857Z    Compiling toml_write v0.1.2
2026-07-22T04:40:41.1660103Z    Compiling constant_time_eq v0.4.2
2026-07-22T04:40:41.2250904Z    Compiling regex-syntax v0.8.10
2026-07-22T04:40:41.2650657Z    Compiling linux-raw-sys v0.12.1
2026-07-22T04:40:41.2716472Z    Compiling sha1_smol v1.0.1
2026-07-22T04:40:41.3597801Z    Compiling simdutf8 v0.1.5
2026-07-22T04:40:41.3725451Z    Compiling signal-hook v0.3.18
2026-07-22T04:40:41.5622360Z    Compiling signal-hook-registry v1.4.8
2026-07-22T04:40:41.6166583Z    Compiling serial-unix v0.4.0
2026-07-22T04:40:41.7530759Z    Compiling lru v0.16.4
2026-07-22T04:40:41.8900618Z    Compiling darling_core v0.23.0
2026-07-22T04:40:41.9320849Z    Compiling serde_bytes v0.11.19
2026-07-22T04:40:41.9431000Z    Compiling hmac v0.12.1
2026-07-22T04:40:42.0780861Z    Compiling seize v0.5.1
2026-07-22T04:40:42.1790745Z    Compiling serde_derive v1.0.228
2026-07-22T04:40:42.1910747Z    Compiling zeroize_derive v1.4.3
2026-07-22T04:40:42.2700062Z    Compiling tokio-macros v2.7.0
2026-07-22T04:40:42.5561142Z    Compiling futures-macro v0.3.32
2026-07-22T04:40:42.8210678Z    Compiling zeroize v1.8.2
2026-07-22T04:40:42.9987627Z    Compiling tokio v1.52.3
2026-07-22T04:40:43.0261015Z    Compiling zerofrom-derive v0.1.7
2026-07-22T04:40:43.3000537Z    Compiling yoke-derive v0.8.2
2026-07-22T04:40:43.3370819Z    Compiling zerovec-derive v0.11.3
2026-07-22T04:40:43.5277337Z    Compiling futures-util v0.3.32
2026-07-22T04:40:43.7698153Z    Compiling displaydoc v0.2.6
2026-07-22T04:40:43.7969913Z    Compiling tracing-attributes v0.1.31
2026-07-22T04:40:44.6000455Z    Compiling zerofrom v0.1.8
2026-07-22T04:40:44.7530774Z    Compiling rustls-pki-types v1.14.1
2026-07-22T04:40:44.7698386Z    Compiling yoke v0.8.3
2026-07-22T04:40:44.7710037Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-22T04:40:44.7783059Z    Compiling thiserror-impl v2.0.18
2026-07-22T04:40:44.9576704Z    Compiling zerovec v0.11.6
2026-07-22T04:40:45.3150690Z    Compiling zerotrie v0.2.4
2026-07-22T04:40:45.4457467Z    Compiling darling_macro v0.20.11
2026-07-22T04:40:45.4634309Z    Compiling derive_more-impl v2.1.1
2026-07-22T04:40:45.4855158Z    Compiling spez v0.1.2
2026-07-22T04:40:45.6080307Z    Compiling n0-error-macros v0.1.3
2026-07-22T04:40:45.7999350Z    Compiling tinystr v0.8.3
2026-07-22T04:40:45.8223695Z    Compiling potential_utf v0.1.5
2026-07-22T04:40:45.8560674Z    Compiling darling v0.20.11
2026-07-22T04:40:45.8630688Z    Compiling der v0.8.0-rc.10
2026-07-22T04:40:45.9532980Z    Compiling icu_collections v2.2.0
2026-07-22T04:40:45.9760660Z    Compiling derive_builder_core v0.20.2
2026-07-22T04:40:46.0390698Z    Compiling icu_locale_core v2.2.0
2026-07-22T04:40:46.5819748Z    Compiling pin-project-internal v1.1.13
2026-07-22T04:40:46.7020461Z    Compiling cobs v0.3.0
2026-07-22T04:40:46.7776161Z    Compiling n0-error v0.1.3
2026-07-22T04:40:46.9470712Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-22T04:40:47.1970404Z    Compiling ed25519-dalek v2.2.0
2026-07-22T04:40:47.3770613Z    Compiling icu_provider v2.2.0
2026-07-22T04:40:47.3860706Z    Compiling derive_builder_macro v0.20.2
2026-07-22T04:40:47.5539987Z    Compiling spki v0.8.0-rc.4
2026-07-22T04:40:47.6208573Z    Compiling ipnet v2.12.0
2026-07-22T04:40:47.6810815Z    Compiling derive_builder v0.20.2
2026-07-22T04:40:47.7050617Z    Compiling icu_properties v2.2.0
2026-07-22T04:40:47.7600494Z    Compiling icu_normalizer v2.2.0
2026-07-22T04:40:47.8047120Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-22T04:40:47.8710451Z    Compiling futures-executor v0.3.32
2026-07-22T04:40:47.9330929Z    Compiling pin-project v1.1.13
2026-07-22T04:40:47.9979244Z    Compiling ed25519 v3.0.0-rc.4
2026-07-22T04:40:48.0991592Z    Compiling prefix-trie v0.8.4
2026-07-22T04:40:48.2089596Z    Compiling futures v0.3.32
2026-07-22T04:40:48.3521030Z    Compiling spt-proto v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-22T04:40:48.3589692Z    Compiling postcard-derive v0.2.2
2026-07-22T04:40:48.4030601Z    Compiling once_cell v1.21.4
2026-07-22T04:40:48.4696004Z    Compiling data-encoding-macro v0.1.20
2026-07-22T04:40:48.5572399Z    Compiling rustls-native-certs v0.8.4
2026-07-22T04:40:48.6605179Z    Compiling tracing-core v0.1.36
2026-07-22T04:40:48.9451917Z    Compiling strum_macros v0.28.0
2026-07-22T04:40:48.9850734Z    Compiling hashbrown v0.14.5
2026-07-22T04:40:49.0180641Z    Compiling tokio-util v0.7.18
2026-07-22T04:40:49.0260365Z    Compiling netlink-sys v0.8.8
2026-07-22T04:40:49.0540873Z    Compiling tower v0.5.3
2026-07-22T04:40:49.1961119Z    Compiling tracing v0.1.44
2026-07-22T04:40:49.2289764Z    Compiling postcard v1.1.3
2026-07-22T04:40:49.3760733Z    Compiling idna_adapter v1.2.2
2026-07-22T04:40:49.5010604Z    Compiling idna v1.1.0
2026-07-22T04:40:49.6097249Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-22T04:40:49.7160704Z    Compiling async-trait v0.1.89
2026-07-22T04:40:49.7340546Z    Compiling enum-assoc v1.3.0
2026-07-22T04:40:49.7462029Z    Compiling iroh-metrics-derive v0.4.1
2026-07-22T04:40:49.8068035Z    Compiling hashlink v0.9.1
2026-07-22T04:40:49.9451572Z    Compiling url v2.5.8
2026-07-22T04:40:50.0688119Z    Compiling h2 v0.4.14
2026-07-22T04:40:50.0821150Z    Compiling derive_more v2.1.1
2026-07-22T04:40:50.0927607Z    Compiling num_enum_derive v0.7.6
2026-07-22T04:40:50.1264196Z    Compiling tokio-stream v0.1.18
2026-07-22T04:40:50.2161943Z    Compiling iroh-metrics v0.38.3
2026-07-22T04:40:50.2969970Z    Compiling rusqlite v0.32.1
2026-07-22T04:40:50.3235170Z    Compiling netdev v0.42.0
2026-07-22T04:40:50.3900625Z    Compiling n0-watcher v0.6.1
2026-07-22T04:40:50.6041089Z    Compiling netlink-proto v0.12.0
2026-07-22T04:40:50.7090733Z    Compiling iroh-relay v0.98.0
2026-07-22T04:40:50.7750529Z    Compiling moka v0.12.15
2026-07-22T04:40:50.7850541Z    Compiling serde_spanned v0.6.9
2026-07-22T04:40:50.8630245Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-22T04:40:50.8802918Z    Compiling iroh-base v0.98.0
2026-07-22T04:40:50.8930931Z    Compiling tower-http v0.6.11
2026-07-22T04:40:50.9327857Z    Compiling attohttpc v0.30.1
2026-07-22T04:40:51.0046245Z    Compiling toml_datetime v0.6.11
2026-07-22T04:40:51.0160663Z    Compiling ref-cast-impl v1.0.25
2026-07-22T04:40:51.3090481Z    Compiling num_enum v0.7.6
2026-07-22T04:40:51.3880413Z    Compiling thiserror-impl v1.0.69
2026-07-22T04:40:51.4220973Z    Compiling toml_edit v0.22.27
2026-07-22T04:40:51.4687720Z    Compiling spt-store v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-22T04:40:51.6624559Z    Compiling webpki-roots v1.0.7
2026-07-22T04:40:51.7249563Z    Compiling regex-automata v0.4.14
2026-07-22T04:40:51.7850740Z    Compiling schemars_derive v1.2.1
2026-07-22T04:40:51.9890544Z    Compiling strum v0.28.0
2026-07-22T04:40:52.0670693Z    Compiling iroh v0.98.2
2026-07-22T04:40:52.0790792Z    Compiling bitflags v1.3.2
2026-07-22T04:40:52.1420956Z    Compiling iroh-dns v0.98.0
2026-07-22T04:40:52.1630668Z    Compiling rustix v0.38.44
2026-07-22T04:40:52.1808172Z    Compiling pin-utils v0.1.0
2026-07-22T04:40:52.2560556Z    Compiling cmov v0.5.4
2026-07-22T04:40:52.3516691Z    Compiling dyn-clone v1.0.20
2026-07-22T04:40:52.3995149Z    Compiling nix v0.25.1
2026-07-22T04:40:52.4750449Z    Compiling backon v1.6.0
2026-07-22T04:40:52.5390443Z    Compiling ctutils v0.4.2
2026-07-22T04:40:52.6032243Z    Compiling darling_macro v0.23.0
2026-07-22T04:40:52.6970465Z    Compiling papaya v0.2.4
2026-07-22T04:40:52.7510646Z    Compiling hkdf v0.12.4
2026-07-22T04:40:52.8310541Z    Compiling serial v0.4.0
2026-07-22T04:40:52.9140661Z    Compiling anstyle-parse v1.0.0
2026-07-22T04:40:53.0009195Z    Compiling filedescriptor v0.8.3
2026-07-22T04:40:53.0220522Z    Compiling vte_generate_state_changes v0.1.2
2026-07-22T04:40:53.0640733Z    Compiling anstyle-query v1.1.5
2026-07-22T04:40:53.0960240Z    Compiling instability v0.3.12
2026-07-22T04:40:53.1710572Z    Compiling is_terminal_polyfill v1.70.2
2026-07-22T04:40:53.1960505Z    Compiling colorchoice v1.0.5
2026-07-22T04:40:53.2331269Z    Compiling anstyle v1.0.14
2026-07-22T04:40:53.2473124Z    Compiling unicode-width v0.2.0
2026-07-22T04:40:53.2731606Z    Compiling foldhash v0.1.5
2026-07-22T04:40:53.2843640Z    Compiling linux-raw-sys v0.4.15
2026-07-22T04:40:53.2845131Z    Compiling downcast-rs v1.2.1
2026-07-22T04:40:53.3234835Z    Compiling shell-words v1.1.1
2026-07-22T04:40:53.3740706Z    Compiling vte v0.13.1
2026-07-22T04:40:53.3990573Z    Compiling hashbrown v0.15.5
2026-07-22T04:40:53.4730387Z    Compiling anstream v1.0.0
2026-07-22T04:40:53.4980768Z    Compiling signal-hook-mio v0.2.5
2026-07-22T04:40:53.5080889Z    Compiling darling v0.23.0
2026-07-22T04:40:53.5330267Z    Compiling spake2 v0.4.0
2026-07-22T04:40:53.5750886Z    Compiling terminal_size v0.4.4
2026-07-22T04:40:53.6000734Z    Compiling strum_macros v0.26.4
2026-07-22T04:40:53.7230395Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-22T04:40:53.9011196Z    Compiling sha1 v0.10.6
2026-07-22T04:40:53.9012248Z    Compiling itertools v0.13.0
2026-07-22T04:40:53.9266007Z    Compiling schemars v1.2.1
2026-07-22T04:40:54.2100753Z    Compiling castaway v0.2.4
2026-07-22T04:40:54.2210880Z    Compiling clap_lex v1.1.0
2026-07-22T04:40:54.3520591Z    Compiling static_assertions v1.1.0
2026-07-22T04:40:54.4640412Z    Compiling toml v0.8.23
2026-07-22T04:40:54.4990556Z    Compiling doctest-file v1.1.1
2026-07-22T04:40:54.6161037Z    Compiling regex v1.12.3
2026-07-22T04:40:54.9891451Z    Compiling unicode-width v0.1.14
2026-07-22T04:40:55.0311309Z    Compiling indoc v2.0.7
2026-07-22T04:40:55.3130695Z    Compiling interprocess v2.4.2
2026-07-22T04:40:55.3401002Z    Compiling spt-msg v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-22T04:40:55.4691393Z    Compiling crossterm v0.28.1
2026-07-22T04:40:56.0351701Z    Compiling hyper v1.10.1
2026-07-22T04:40:56.0817822Z    Compiling spt-runtime v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-22T04:40:56.1418896Z    Compiling strum v0.26.3
2026-07-22T04:40:56.1550572Z    Compiling unicode-truncate v1.1.0
2026-07-22T04:40:56.2672039Z    Compiling compact_str v0.8.2
2026-07-22T04:40:56.2891398Z    Compiling clap_builder v4.6.0
2026-07-22T04:40:56.3220407Z    Compiling lru v0.12.5
2026-07-22T04:40:56.5320913Z    Compiling clap_derive v4.6.1
2026-07-22T04:40:56.7376404Z    Compiling portable-pty v0.8.1
2026-07-22T04:40:56.8280528Z    Compiling cassowary v0.3.0
2026-07-22T04:40:56.8800210Z    Compiling iana-time-zone v0.1.65
2026-07-22T04:40:57.2044777Z    Compiling spt-term v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-22T04:40:57.2653680Z    Compiling ratatui v0.29.0
2026-07-22T04:40:57.2739861Z    Compiling chrono v0.4.45
2026-07-22T04:40:57.5397545Z    Compiling nucleo-matcher v0.3.1
2026-07-22T04:40:57.7140795Z    Compiling qrcode v0.14.1
2026-07-22T04:40:57.7403621Z    Compiling tempfile v3.27.0
2026-07-22T04:40:58.0500899Z    Compiling hyper-util v0.1.20
2026-07-22T04:40:58.9980623Z    Compiling clap v4.6.1
2026-07-22T04:40:59.6141248Z    Compiling spt-live v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-22T04:41:00.1621766Z    Compiling igd-next v0.17.1
2026-07-22T04:41:01.3241804Z    Compiling portmapper v0.16.0
2026-07-22T04:41:06.1004799Z    Compiling rustls-webpki v0.103.13
2026-07-22T04:41:08.4289751Z    Compiling tokio-rustls v0.26.4
2026-07-22T04:41:08.4290285Z    Compiling rustls-platform-verifier v0.7.0
2026-07-22T04:41:08.4290627Z    Compiling noq-proto v0.17.0
2026-07-22T04:41:08.5875540Z    Compiling hyper-rustls v0.27.9
2026-07-22T04:41:08.5876274Z    Compiling hickory-net v0.26.0-beta.4
2026-07-22T04:41:08.5876790Z    Compiling tokio-websockets v0.13.2
2026-07-22T04:41:08.7130662Z    Compiling reqwest v0.13.4
2026-07-22T04:41:09.6116970Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-22T04:41:23.4187748Z    Compiling spt-net v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-22T04:41:24.8916918Z    Compiling spt-daemon v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-22T04:41:34.2972223Z    Compiling spt v0.39.4 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-22T04:41:39.1388183Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-22T04:41:39.1609079Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4578ed85c2584c97)
2026-07-22T04:41:39.1622254Z 
2026-07-22T04:41:39.1623912Z running 1 test
2026-07-22T04:41:45.2499815Z test new_brain_serves_against_old_broker ... ok
2026-07-22T04:41:45.2500598Z 
2026-07-22T04:41:45.2500899Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-22T04:41:45.2501289Z 
